This page last changed on May 19, 2005 by orogers.

The 'Build Publisher' lets you copy any arbitrary files on a successful build.

Example

<publishers>
    <buildpublisher>
        <sourceDir>C:\myprojects\project1</sourceDir>
        <publishDir>\\myfileserver\project1</publishDir>
    </buildpublisher>
</publishers>

Configuration Elements:

Node Description Type Required Default
sourceDir The source Directory to copy from string true n/a
publishDir The directory to copy to. A subdirectory called the current build's label will be created, and the contents of sourceDir will be copied to it string true n/a

This block used to support a 'additionalDir' attributed. This feature has been removed - just use multiple <buildpublisher> blocks to achieve the same job.
Document generated by Confluence on Jun 26, 2005 17:22